<!-- 轮播样式 -->
	.lunbo{
		height: 100%;
	}
	#container {
			width: 320px;
			height: 110px;
			overflow: hidden;
	}
	.sections,.section {
		height:100%;
	}
	#container,.sections {
		position: relative;
	}
	.section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
	/* #section1 {
		background-image: url('images/opj.jpg');
	}
	#section2 {
		background-image: url('images/banner.jpg');
	} */